Fix typo in comment
authorIan Douglas Scott <ian@iandouglasscott.com>
Sat, 17 Jun 2017 17:35:20 +0000 (10:35 -0700)
committerIan Douglas Scott <ian@iandouglasscott.com>
Sat, 17 Jun 2017 17:35:20 +0000 (10:35 -0700)
src/cargo/ops/cargo_rustc/job_queue.rs

index 1934e2c8b745dcc1dbbcb9a502c57786a2488b89..40a0515e5c0c3d8108f1d3b25f54a93f1a7d6fe0 100644 (file)
@@ -113,7 +113,7 @@ impl<'a> JobQueue<'a> {
         let _p = profile::start("executing the job graph");
 
         // We need to give a handle to the send half of our message queue to the
-        // jobserver helper thrad. Unfortunately though we need the handle to be
+        // jobserver helper thread. Unfortunately though we need the handle to be
         // `'static` as that's typically what's required when spawning a
         // thread!
         //